Metadata-Version: 2.1
Name: mental-models
Version: 0.1.1
Summary: Extracts human mental models from text and facilitates mental model comparison and contrasting. (See J Diesner 2003)
Home-page: https://github.com/robinsonkwame/mental_models
Author: Kwame Porter Robinson
Author-email: kwamepr@umich.edu
License: MIT license
Description: # mental_models
        Extracts human mental models from text and facilitates mental model comparison and contrasting. An alternative implementation of "AutoMap," see: J Diesner, K M Carley, "AutoMap1.2 - Extract, analyze, represent, and compare mental models from texts" (2003) for more background details.
        
        # Install
        ```
        pip install mental_model
        ```
        
        # Build
        This library assumes that several models and datasets are available. You can run the command below to build them.
        
        ```
        #  ... need a small language model 
        python -m spacy download en_core_web_sm
        # ... adds in WordNet tokenization for spaCy
        python -m nltk.downloader wordnet
        python -m nltk.downloader omw
        ```
        
Keywords: mental model,cognitative model,nlp
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
